home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / p_man / cat3 / perl5 / English.z / English
Encoding:
Text File  |  1998-10-30  |  1.2 KB  |  67 lines

  1.  
  2.  
  3.  
  4. EEEEnnnngggglllliiiisssshhhh((((3333))))                                                          EEEEnnnngggglllliiiisssshhhh((((3333))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      English - use nice English (or awk) names for ugly punctuation variables
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.          use English;
  13.          ...
  14.          if ($ERRNO =~ /denied/) { ... }
  15.  
  16.  
  17. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  18.      This module provides aliases for the built-in variables whose names no
  19.      one seems to like to read.  Variables with side-effects which get
  20.      triggered just by accessing them (like $0) will still be affected.
  21.  
  22.      For those variables that have an aaaawwwwkkkk version, both long and short English
  23.      alternatives are provided.  For example, the $/ variable can be referred
  24.      to either $RS or $INPUT_RECORD_SEPARATOR if you are using the English
  25.      module.
  26.  
  27.      See the _p_e_r_l_v_a_r manpage for a complete list of these.
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.